home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / SQLExecutor / EOFDelegateAdaptorCategory.h < prev    next >
Encoding:
Text File  |  1994-09-03  |  795 b   |  35 lines

  1. /*--------------------------------------------------------------------------
  2.  *
  3.  *     You may freely copy, distribute, and reuse the code in this example.
  4.  *     SHL Systemhouse disclaims any warranty of any kind, expressed or  
  5.  *    implied, as to its fitness for any particular use.
  6.  *
  7.  *
  8.  *    Adaptor
  9.  *
  10.  * 
  11.  *
  12.  *    Conforms To:    None
  13.  *
  14.  *    Declared In:    EOFDelegateAdaptorCategory.h
  15.  *
  16.  *    Category Description
  17.  *
  18.  *        Implements delegate methods sent by EOAdaptorChannel.
  19.  *
  20.  * From SHL MiniExample Delegation
  21.  *------------------------------------------------------------------------*/
  22. #import <appkit/appkit.h>
  23. #import <eointerface/eointerface.h>
  24. #import <eoaccess/eoaccess.h>
  25.  
  26. #import <foundation/NSString.h>
  27. #import <foundation/NSObject.h>
  28.  
  29.  
  30. @interface EOFDelegateAdaptorCategory:NSObject
  31. {
  32. }
  33.     
  34. @end
  35.